home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / technote / ewtech.$14 / ewtech.014
Encoding:
Text File  |  1995-03-05  |  941 b   |  23 lines

  1. E! for Windows - Technical Note #014
  2. ************************************************
  3. Searching strings containing accented characters
  4. ************************************************
  5.  
  6. When searching for strings containing accented characters you may
  7. observe that E! will occasionally find unwanted strings. For example,
  8. if you are looking for strings containing Θ (accented e), E! will also
  9. find unaccented e characters. This is not a bug of E! but rather a
  10. specific behavior of Windows.
  11.  
  12. If your search in not case-sensitive, E! will convert strings to uppercase
  13. before comparing them. If the current font is an ANSI font, E! will use the
  14. Windows API (AnsiUpper) to make the translation. However, Windows will
  15. translate a lowercase accented e to an uppercase unaccented E. This is
  16. obviously confusing.
  17.  
  18. To prevent such problems from appearing, you just have to do a case-sensitive
  19. search.
  20.  
  21. Patrick Philippot
  22. 05/15/94
  23.